home *** CD-ROM | disk | FTP | other *** search
/ Power Programmierung 2 / Power-Programmierung CD 2 (Tewi)(1994).iso / gnu / djgpp / src / gas-211 / gas / news < prev    next >
Encoding:
Text File  |  1993-05-30  |  2.4 KB  |  69 lines

  1. -*- text -*-
  2.  
  3. Changes for 2.1:
  4.  
  5. Several small fixes for i386-aix (PS/2) support from Minh Tran-Le have
  6. been incorporated, but not well tested yet.
  7.  
  8. Altered the opcode table split for m68k; it should require less VM to compile
  9. with gcc now.
  10.  
  11. Some minor adjustments to add (Convergent Technologies') Miniframe support,
  12. suggested by Ronald Cole.
  13.  
  14. HPPA support (running OSF only, not HPUX) has been contributed by Utah.  This
  15. includes improved ELF support, which I've started adapting for SPARC Solaris
  16. 2.x.  Integration isn't completely, so it probably won't work.
  17.  
  18. HP9000/300 support, donated by HP, has been merged in.
  19.  
  20. Ian Taylor has finished the MIPS ECOFF (Ultrix, Irix) support.
  21.  
  22. Better error messages for unsupported configurations (e.g., hppa-hpux).
  23.  
  24. Test suite framework is starting to become reasonable.
  25.  
  26. Changes for 2.0:
  27.  
  28. Mostly bug fixes.
  29.  
  30. Some more merging of BFD and ELF code, but ELF still doesn't work.
  31.  
  32. Changes for 1.94:
  33.  
  34. BFD merge is partly done.  Adventurous souls may try giving configure the
  35. "--with-bfd-assembler" option.  Currently, ELF format requires it, a.out format
  36. accepts it; SPARC CPU accepts it.  It's the default only for OS "elf" or
  37. "solaris".  (ELF isn't really supported yet.  It needs work.  I've got some
  38. code from Utah for HP-PA ELF, and from DG for m88k ELF, but they're not fully
  39. merged yet.)
  40.  
  41. The 68K opcode table has been split in half.  It should now compile under gcc
  42. without consuming ridiculous amounts of memory.
  43.  
  44. A couple data structures have been reduced in size.  This should result in
  45. saving a little bit of space at runtime.
  46.  
  47. Support for MIPS, from OSF and Ralph Campbell, has been merged in.  The OSF
  48. code provided ROSE format support, which I haven't merged in yet.  (I can make
  49. it available, if anyone wants to try it out.)  Ralph's code, for BSD 4.4,
  50. supports a.out format.  We don't have ECOFF support in just yet; it's coming.
  51.  
  52. Support for the Hitachi H8/500 has been added.
  53.  
  54. VMS host and target support should be working now, thanks chiefly to Eric
  55. Youngdale.
  56.  
  57. Changes for 1.93.01:
  58.  
  59. For m68k, support for more processors has been added: 68040, CPU32, 68851.
  60.  
  61. For i386, .align is now power-of-two; was number-of-bytes.
  62.  
  63. For m68k, "%" is now accepted before register names.  For COFF format, which
  64. doesn't use underscore prefixes for C labels, it is required, so variable "a0"
  65. can be distinguished from the register.
  66.  
  67. Last public release was 1.38.  Lots of configuration changes since then, lots
  68. of new CPUs and formats, lots of bugs fixed.
  69.